This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: anchor ~Joan Cistoopulakol 28.Jan.04 08:29 AM a Web browser Notes Client 6.0.3All Platforms
I haven't tried this myself from Domino, but I guess it shouldn't be a problem as long as you set the message to be text/html . Then you should be able to insert anchors like in a web page, using <a name="target1">Come here</a>, and then create relative links with the hash (#) notation, like <a href="#target1">go there</a>.
I don't know if this solves yor problem, and actually I didn't try it myself, but I guess it must work.